Description | : > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Landing Page` API is an HTTP `GET` request that provides links to the API definition, conformance statements and metadata about the feature collections in the specified dataset. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. ### Submit Get Landing Page Request |
Reference | : Link ¶ |
⚼ Request
GET:
/wfs/datasets/{datasetId}/
{
x-ms-client-id:
string
,
api-version:
string
,
datasetId:
string
,
}
⚐ Response (200)
{
ontology:
string
,
links:
}
[
]
,
{
,
href:
string
,
rel:
string
,
type:
string
,
hreflang:
string
,
title:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}